projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b53a47
)
(Fx_file_dialog): Remove unused variable `f'. Call check_mac.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sun, 10 Sep 2006 05:51:45 +0000
(
05:51
+0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sun, 10 Sep 2006 05:51:45 +0000
(
05:51
+0000)
src/macfns.c
patch
|
blob
|
history
diff --git
a/src/macfns.c
b/src/macfns.c
index 51787067c290ec5cb65576c7bc3a265e5153c938..dfe11074a4cb0cef7245de0e386b18deacd65dd2 100644
(file)
--- a/
src/macfns.c
+++ b/
src/macfns.c
@@
-4345,13
+4345,14
@@
If ONLY-DIR-P is non-nil, the user can only select directories. */)
(prompt, dir, default_filename, mustmatch, only_dir_p)
Lisp_Object prompt, dir, default_filename, mustmatch, only_dir_p;
{
- struct frame *f = SELECTED_FRAME ();
Lisp_Object file = Qnil;
int count = SPECPDL_INDEX ();
struct gcpro gcpro1, gcpro2, gcpro3, gcpro4, gcpro5, gcpro6;
char filename[MAXPATHLEN];
static NavEventUPP mac_nav_event_callbackUPP = NULL;
+ check_mac ();
+
GCPRO6 (prompt, dir, default_filename, mustmatch, file, only_dir_p);
CHECK_STRING (prompt);
CHECK_STRING (dir);